home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / H515.ZIP / CENVID.ZIP / PRMPTDAY.BAT < prev    next >
DOS Batch File  |  1993-05-25  |  284b  |  8 lines

  1. @echo OFF
  2. REM ***************************************************************
  3. REM *** PrmptDay.bat - Set the prompt with the day preceding it ***
  4. REM ***************************************************************
  5.  
  6. cenvi sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G  $H");
  7.  
  8.